[IA64] Fix vpd size
authorAlex Williamson <alex.williamson@hp.com>
Mon, 21 May 2007 20:30:09 +0000 (14:30 -0600)
committerAlex Williamson <alex.williamson@hp.com>
Mon, 21 May 2007 20:30:09 +0000 (14:30 -0600)
New pal has fixed vpd size issue, so change it to 64K to conform to Spec.

Signed-off-by: Zhang xiantao <xiantao.zhang@intel.com>
xen/include/asm-ia64/vmx_vpd.h

index 39acbd1c239096e84772d7c6c8b0187835459892..9502cd1ac9dfd0af4283885a7f948f3d36cdefe1 100644 (file)
@@ -29,7 +29,7 @@
 #include <public/xen.h>
 #include <xen/spinlock.h>
 
-#define VPD_SHIFT      17      /* 128K requirement */
+#define VPD_SHIFT      16
 #define VPD_SIZE       (1 << VPD_SHIFT)
 
 typedef struct {